home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / image / dictedit.zip / BUILD16.ZIP / PICTEDIT.DFM / PICTEDIT.txt
Text File  |  1996-06-12  |  13KB  |  381 lines

  1. object PictureForm: TPictureForm
  2.   Left = 57
  3.   Top = 32
  4.   ActiveControl = PathHistoryComboBox
  5.   BorderStyle = bsDialog
  6.   Caption = 'DMS Picture Editor'
  7.   ClientHeight = 395
  8.   ClientWidth = 528
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BevelImage: TBevel
  20.     Left = 348
  21.     Top = 12
  22.     Width = 171
  23.     Height = 191
  24.   end
  25.   object BevelGlyph: TBevel
  26.     Left = 348
  27.     Top = 217
  28.     Width = 170
  29.     Height = 121
  30.   end
  31.   object LabelGlyphNumber: TLabel
  32.     Left = 356
  33.     Top = 310
  34.     Width = 113
  35.     Height = 13
  36.     Caption = '&Number of Glyphs - '
  37.     Enabled = False
  38.     FocusControl = UpDownEdit
  39.   end
  40.   object SpeedButton1: TSpeedButton
  41.     Left = 472
  42.     Top = 262
  43.     Width = 25
  44.     Height = 25
  45.     AllowAllUp = True
  46.     GroupIndex = 1
  47.   end
  48.   object BevelBaseline: TBevel
  49.     Left = 8
  50.     Top = 347
  51.     Width = 510
  52.     Height = 3
  53.     Shape = bsTopLine
  54.   end
  55.   object LabelFileType: TLabel
  56.     Left = 172
  57.     Top = 294
  58.     Width = 102
  59.     Height = 13
  60.     Caption = 'List Files of &Type:'
  61.     FocusControl = FilterComboBox
  62.   end
  63.   object LabelDrives: TLabel
  64.     Left = 16
  65.     Top = 294
  66.     Width = 37
  67.     Height = 13
  68.     Caption = 'Dri&ves'
  69.     FocusControl = DriveComboBox1
  70.   end
  71.   object LabelHistory: TLabel
  72.     Left = 16
  73.     Top = 18
  74.     Width = 83
  75.     Height = 13
  76.     Caption = 'Folder &History:'
  77.     FocusControl = PathHistoryComboBox
  78.   end
  79.   object BevelDetails: TBevel
  80.     Left = 8
  81.     Top = 12
  82.     Width = 329
  83.     Height = 327
  84.   end
  85.   object LabelFolder: TLabel
  86.     Left = 16
  87.     Top = 67
  88.     Width = 36
  89.     Height = 13
  90.     Caption = '&Folder'
  91.     FocusControl = DirectoryListBox
  92.   end
  93.   object LabelImages: TLabel
  94.     Left = 172
  95.     Top = 67
  96.     Width = 41
  97.     Height = 13
  98.     Caption = '&Images'
  99.   end
  100.   object DirectoryListBox: TDirectoryListBox
  101.     Left = 16
  102.     Top = 85
  103.     Width = 148
  104.     Height = 201
  105.     ItemHeight = 16
  106.     TabOrder = 1
  107.     OnChange = DirectoryListBoxChange
  108.   end
  109.   object DriveComboBox1: TDriveComboBox
  110.     Left = 16
  111.     Top = 311
  112.     Width = 148
  113.     Height = 19
  114.     DirList = DirectoryListBox
  115.     TabOrder = 2
  116.     TextCase = tcUpperCase
  117.   end
  118.   object PanelImage: TPanel
  119.     Left = 356
  120.     Top = 20
  121.     Width = 153
  122.     Height = 153
  123.     BevelInner = bvLowered
  124.     TabOrder = 4
  125.     object Image: TImage
  126.       Left = 2
  127.       Top = 2
  128.       Width = 149
  129.       Height = 149
  130.       Align = alClient
  131.       Center = True
  132.     end
  133.   end
  134.   object FilterComboBox: TFilterComboBox
  135.     Left = 172
  136.     Top = 311
  137.     Width = 152
  138.     Height = 21
  139.     Filter = 
  140.       'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
  141.       '|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
  142.       ', *.emf)|*.wmf;*.emf'
  143.     TabOrder = 3
  144.     OnChange = FilterComboBoxChange
  145.   end
  146.   object GlyphCheck: TCheckBox
  147.     Left = 359
  148.     Top = 222
  149.     Width = 104
  150.     Height = 17
  151.     Caption = 'View as &Glyph'
  152.     TabOrder = 6
  153.     OnClick = GlyphCheckClick
  154.   end
  155.   object StretchCheck: TCheckBox
  156.     Left = 359
  157.     Top = 180
  158.     Width = 64
  159.     Height = 17
  160.     Caption = '&Stretch'
  161.     TabOrder = 5
  162.     OnClick = StretchCheckClick
  163.   end
  164.   object UpDownEdit: TEdit
  165.     Left = 467
  166.     Top = 306
  167.     Width = 24
  168.     Height = 21
  169.     Enabled = False
  170.     TabOrder = 8
  171.     Text = '1'
  172.     OnChange = UpDownEditChange
  173.   end
  174.   object BtnTest: TBitBtn
  175.     Left = 368
  176.     Top = 254
  177.     Width = 92
  178.     Height = 33
  179.     Caption = 'Press Me'
  180.     TabOrder = 7
  181.   end
  182.   object BtnOk: TBitBtn
  183.     Left = 10
  184.     Top = 359
  185.     Width = 75
  186.     Height = 29
  187.     TabOrder = 10
  188.     Kind = bkOK
  189.   end
  190.   object BtnCancel: TBitBtn
  191.     Left = 94
  192.     Top = 359
  193.     Width = 75
  194.     Height = 29
  195.     TabOrder = 11
  196.     Kind = bkCancel
  197.   end
  198.   object BtnClear: TBitBtn
  199.     Left = 274
  200.     Top = 359
  201.     Width = 75
  202.     Height = 29
  203.     Caption = '&Clear'
  204.     Enabled = False
  205.     TabOrder = 12
  206.     OnClick = BtnClearClick
  207.     Glyph.Data = {
  208.       70070000424D7007000000000000360400002800000028000000140000000100
  209.       0800000000002003000000000000000000000000000000000000000000000000
  210.       80000080000000808000800000008000800080800000C0C0C00061505A00917B
  211.       8900000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       000000000000000000000000000000000000C8BDC400A4A0A000808080000000
  241.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  242.       0303030303030303030303030303030303030303030303030303030303030303
  243.       0303030303030303030303030303030303030303030303030303030303030303
  244.       0303030303030303030303030303030303030303030303030303030303030303
  245.       030303030303030303030303030303030303FF030303FF030303030303030303
  246.       0303030303030303030303030303030303030303030303030303FF0303FFFFFF
  247.       0303FF0303030303030303030303030303030303030303030303030303030303
  248.       0303FFFFFFFFFFFFFFFFFFFF03030303030303030303030303030303030303FF
  249.       FFFFFF03030303030303FFFFFFFFFFFFFFFFF801010103030303030303030303
  250.       030303030303F8F8F8F8FFFF030303030303FFFFFFFFFFFFFFF8F9FDFD050103
  251.       03030303030303030303030303F8FF0303F8F8FFFF0303030303FFFFFFFFFFFF
  252.       FFF9FDF9FDFD050103030303030303030303030303F8FF030303F8F8FFFF0303
  253.       0303FFFFFFFFFFFF03FDF9FFF9FDFD0500030303030303030303030303F8FF03
  254.       030303F8F8FFFF030303FFFF03FFFFFF03F9FDFFFDF9FD000600030303030303
  255.       0303030303F803FF030303F8F8F8FFFF0303FF030303FF030303F9FDFFFD0002
  256.       0406000303030303030303030303F803FF03F8F8F8F8F8FFFF03FF0303030303
  257.       030303F9FD00FA02020406000303030303030303030303F803F803F8F8F8F8F8
  258.       FFFF0303030303030303030300FAFBFA02020001000303030303030303030303
  259.       F803FF03F8F8F8F8F8FF030303030303030303030300FAFBFA00040101000303
  260.       030303030303030303F803FF03F8F8F8F8F803030303030303030303030300FA
  261.       0001F9040101030303030303030303030303F803F80303F8F8F8030303030303
  262.       030303030303030001FBF9F9040103030303030303030303030303F803FF0303
  263.       F8F8030303030303030303030303030300FBFBF9F90403030303030303030303
  264.       03030303F803FF0303F803030303030303030303030303030300FBFBF9F90303
  265.       03030303030303030303030303F803FF03030303030303030303030303030303
  266.       030300FBFBF90303030303030303030303030303